subroutine - перевод на русский
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

subroutine - перевод на русский

POINTER THAT POINTS TO A FUNCTION
Function pointers; Pointer to function; Method pointer; Function Pointer; Procedure Pointer; Subroutine pointer

subroutine         
SEQUENCE OF INSTRUCTIONS THAT CAN BE CALLED FROM OTHER POINTS IN A COMPUTER PROGRAM
Function (programming); Function (Programming); Activation framework; Procedure call; Subroutines; Algorithm function; Function (computer science); Procedure (computer science); Procedure (programming); Subprogram (programming); Subprograms; Function call; Function (computing); Function computer science; Called routine; System routine; Procedure (computing); Callable unit; Sub routine; Func; Jump to subroutine; Subprogram; Leaf function; Subroutine call; Method invocation; Local variables, recursion and reentrancy; Caller (programming); Sub program; Optimization of subroutine calls; Auxiliary subroutine; Closed subroutine; Functions (programming); Subroutine; Function calls

['sʌbru:ti:n]

общая лексика

SUB

подпрограмма

в программировании - именованный набор команд, выполняющий некоторое действие. Подпрограмма может быть вызвана из разных точек программы, может получать данные и возвращать результаты своей работы. Специальным видом подпрограмм являются функции. Разбиение программы на подпрограммы является общим приёмом, позволяющим уменьшить объём кода и, главное, упростить структуру программы

синоним

procedure; routine

существительное

вычислительная техника

подпрограмма

subroutine         
SEQUENCE OF INSTRUCTIONS THAT CAN BE CALLED FROM OTHER POINTS IN A COMPUTER PROGRAM
Function (programming); Function (Programming); Activation framework; Procedure call; Subroutines; Algorithm function; Function (computer science); Procedure (computer science); Procedure (programming); Subprogram (programming); Subprograms; Function call; Function (computing); Function computer science; Called routine; System routine; Procedure (computing); Callable unit; Sub routine; Func; Jump to subroutine; Subprogram; Leaf function; Subroutine call; Method invocation; Local variables, recursion and reentrancy; Caller (programming); Sub program; Optimization of subroutine calls; Auxiliary subroutine; Closed subroutine; Functions (programming); Subroutine; Function calls
closed subroutine         
SEQUENCE OF INSTRUCTIONS THAT CAN BE CALLED FROM OTHER POINTS IN A COMPUTER PROGRAM
Function (programming); Function (Programming); Activation framework; Procedure call; Subroutines; Algorithm function; Function (computer science); Procedure (computer science); Procedure (programming); Subprogram (programming); Subprograms; Function call; Function (computing); Function computer science; Called routine; System routine; Procedure (computing); Callable unit; Sub routine; Func; Jump to subroutine; Subprogram; Leaf function; Subroutine call; Method invocation; Local variables, recursion and reentrancy; Caller (programming); Sub program; Optimization of subroutine calls; Auxiliary subroutine; Closed subroutine; Functions (programming); Subroutine; Function calls

вычислительная техника

закрытая подпрограмма

Определение

subroutine
¦ noun Computing a set of instructions designed to perform a frequently used operation within a program.

Википедия

Function pointer

A function pointer, also called a subroutine pointer or procedure pointer, is a pointer that points to a function. As opposed to referencing a data value, a function pointer points to executable code within memory. Dereferencing the function pointer yields the referenced function, which can be invoked and passed arguments just as in a normal function call. Such an invocation is also known as an "indirect" call, because the function is being invoked indirectly through a variable instead of directly through a fixed identifier or address.

Function pointers can be used to simplify code by providing a simple way to select a function to execute based on run-time values.

Function pointers are supported by third-generation programming languages (such as PL/I, COBOL, Fortran, dBASE dBL, and C) and object-oriented programming languages (such as C++, C#, and D).

Как переводится subroutine на Русский язык